Tweaks for messages added in r65152.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 17 Apr 2010 15:44:00 +0000 (15:44 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 17 Apr 2010 15:44:00 +0000 (15:44 +0000)
languages/messages/MessagesEn.php

index 8634674..01c79cf 100644 (file)
@@ -2055,17 +2055,17 @@ Preferred {{PLURAL:\$3|file type is|file types are}} \$2.",
 'filetype-banned-type'        => "'''\".\$1\"''' is not a permitted file type.
 Permitted {{PLURAL:\$3|file type is|file types are}} \$2.",
 'filetype-missing'            => 'The file has no extension (like ".jpg").',
-'empty-file'                  => 'The file you submitted was empty',
-'file-too-large'              => 'The file you submitted was too large',
-'filename-tooshort'           => 'The filename is too short',
-'filetype-banned'             => 'This type of file is banned',
-'verification-error'          => 'This file did not pass file verification',
-'hookaborted'                 => 'The modification you tried to make was aborted by an extension hook',
-'illegal-filename'            => 'The filename is not allowed',
-'overwrite'                   => 'Overwriting an existing file is not allowed',
-'unknown-error'               => 'An unknown error occured',
-'tmp-create-error'            => "Couldn't create temporary file",
-'tmp-write-error'             => 'Error writing temporary file',
+'empty-file'                  => 'The file you submitted was empty.',
+'file-too-large'              => 'The file you submitted was too large.',
+'filename-tooshort'           => 'The filename is too short.',
+'filetype-banned'             => 'This type of file is banned.',
+'verification-error'          => 'This file did not pass file verification.',
+'hookaborted'                 => 'The modification you tried to make was aborted by an extension hook.',
+'illegal-filename'            => 'The filename is not allowed.',
+'overwrite'                   => 'Overwriting an existing file is not allowed.',
+'unknown-error'               => 'An unknown error occured.',
+'tmp-create-error'            => "Could not create temporary file.",
+'tmp-write-error'             => 'Error writing temporary file.',
 'large-file'                  => 'It is recommended that files are no larger than $1;
 this file is $2.',
 'largefileserver'             => 'This file is bigger than the server is configured to allow.',
@@ -2104,8 +2104,8 @@ You should check that file's deletion history before proceeding to re-upload it.
 'savefile'                    => 'Save file',
 'uploadedimage'               => 'uploaded "[[$1]]"',
 'overwroteimage'              => 'uploaded a new version of "[[$1]]"',
-'uploaddisabled'              => 'Uploads disabled',
-'copyuploaddisabled'          => 'Upload by URL disabled',
+'uploaddisabled'              => 'Uploads disabled.',
+'copyuploaddisabled'          => 'Upload by URL disabled.',
 'uploaddisabledtext'          => 'File uploads are disabled.',
 'php-uploaddisabledtext'      => 'File uploads are disabled in PHP.
 Please check the file_uploads setting.',